projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fcdabd
)
Fix occasional pdumper/bootstrap error
author
Alan Third
<alan@idiocy.org>
Mon, 21 Jan 2019 16:50:12 +0000
(16:50 +0000)
committer
Alan Third
<alan@idiocy.org>
Mon, 21 Jan 2019 16:52:17 +0000
(16:52 +0000)
* src/Makefile.in (emacs$(EXEEXT)): Copy the new executable over
bootstrap-emacs.
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index 1d6faf9c53b4b74044b9f0e01d4d2dd934c0023f..e0b7e3d1ef67256b7548d962f3f2e755f85ff75e 100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-565,6
+565,7
@@
ifeq ($(DUMPING),unexec)
cp -f $@ bootstrap-emacs$(EXEEXT)
else
rm -f $@ && cp -f temacs$(EXEEXT) $@
+ cp -f $@ bootstrap-emacs$(EXEEXT)
endif
ifeq ($(DUMPING),pdumper)